vendor/golang.org/x/text/unicode/norm.reorderBuffer.nrune (field)
19 uses
vendor/golang.org/x/text/unicode/norm (current package)
composition.go#L103: nrune int // Number of runeInfos.
composition.go#L135: rb.nrune = 0
composition.go#L150: for i := 0; i < rb.nrune; i++ {
composition.go#L160: for i := 0; i < rb.nrune; i++ {
composition.go#L173: for i := 0; i < rb.nrune; i++ {
composition.go#L185: n := rb.nrune
composition.go#L197: rb.nrune += 1
composition.go#L256: if info.BoundaryBefore() && rb.nrune > 0 && !rb.doFlush() {
composition.go#L282: rb.rune[rb.nrune] = Properties{pos: bn, size: uint8(sz)}
composition.go#L283: rb.nrune++
composition.go#L426: bn := rb.nrune
composition.go#L457: rb.nrune = k
composition.go#L473: bn := rb.nrune
composition.go#L511: rb.nrune = k
normalize.go#L94: for i := 0; i < rb.nrune; i++ {
normalize.go#L121: for i := 0; i < rb.nrune; i++ {
normalize.go#L243: if rb.nrune > 0 {
normalize.go#L512: if rb.nrune > 0 {
transform.go#L44: if len(rb.out) < rb.nrune*utf8.UTFMax {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |